introspection: Remove redundant include
authorJohan Dahlin <johan@gnome.org>
Tue, 8 Feb 2011 15:30:24 +0000 (13:30 -0200)
committerJohan Dahlin <johan@gnome.org>
Tue, 8 Feb 2011 15:30:24 +0000 (13:30 -0200)
Gdk-3.0 is already included above via --include-uninstalled, so
don't also specify it in INCLUDES.  Doing so breaks if it isn't
installed already, since we try to find the gdk-3.0.pc.

gtk/Makefile.am

index 3d7b9f4d0e02770548d849e88f020ae23ca80ff7..ce6f41de7233bdf4432f44fb0acb23f34c21fdbd 100644 (file)
@@ -974,7 +974,7 @@ if USE_X11
 Gtk_3_0_gir_SCANNERFLAGS += --add-include-path=$(top_builddir)/gdk/x11
 endif
 Gtk_3_0_gir_SCANNERFLAGS += --c-include="gtk/gtkx.h"
-Gtk_3_0_gir_INCLUDES = Atk-1.0 Gdk-3.0
+Gtk_3_0_gir_INCLUDES = Atk-1.0
 Gtk_3_0_gir_CFLAGS = \
                $(INCLUDES) \
                -UGDK_DISABLE_DEPRECATED \